Skip to content

fix: improve client error reporting - #63

Merged
lorenzocorallo merged 1 commit into
mainfrom
feature/improve-error-reporting
Aug 18, 2026
Merged

fix: improve client error reporting#63
lorenzocorallo merged 1 commit into
mainfrom
feature/improve-error-reporting

Conversation

@lorenzocorallo

Copy link
Copy Markdown
Member

Summary

  • Log caught client-side errors to improve diagnostics.
  • Add shared error parsing for nested error codes and messages.
  • Preserve user-friendly mutation and authentication error messages.
  • Expand server security coverage for error handling.

Testing

  • Not run.

- Log caught and returned errors across dashboard flows
- Handle nested error codes consistently for user-facing messages
@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@lorenzocorallo, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 4 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 84866248-b53b-4408-9985-bdc6c6e9e4ce

📥 Commits

Reviewing files that changed from the base of the PR and between aa6c5f4 and 8da44d2.

📒 Files selected for processing (29)
  • src/components/dashboard-frame.tsx
  • src/components/dashboard-sidebar.tsx
  • src/components/telegram/create-grant-dialog.tsx
  • src/features/account/use-account.ts
  • src/features/associations/association-dialogs.tsx
  • src/features/associations/association-links-dialog.tsx
  • src/features/associations/associations-page.tsx
  • src/features/associations/associations.validation.ts
  • src/features/auth/auth.functions.ts
  • src/features/auth/login-page.tsx
  • src/features/azure/group-membership.tsx
  • src/features/azure/member-dialog.tsx
  • src/features/azure/members-page.tsx
  • src/features/guides/guide-dialogs.tsx
  • src/features/guides/guides-page.tsx
  • src/features/onboarding/use-telegram-link.ts
  • src/features/projects/projects-page.tsx
  • src/features/projects/projects.validation.ts
  • src/features/telegram/groups-page.tsx
  • src/features/telegram/leave-group-dialog.tsx
  • src/features/telegram/user-detail/grant-dialogs.tsx
  • src/features/telegram/user-detail/group-admin-dialog.tsx
  • src/features/telegram/user-detail/profile.tsx
  • src/features/telegram/user-detail/role-dialog.tsx
  • src/features/telegram/users.functions.ts
  • src/lib/errors.ts
  • src/routes/__root.tsx
  • src/routes/onboarding/unauthorized.tsx
  • tests/server-security.test.mjs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@lorenzocorallo
lorenzocorallo merged commit e8d23a3 into main Aug 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant